home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / PlainTalk Developer / Text-to-Speech / Installer Source / Templates / InstallAnAAtom.r < prev    next >
Encoding:
Text File  |  1994-12-21  |  640 b   |  26 lines  |  [TEXT/MPS ]

  1. /*------------------------------------------------------------------------------
  2.  *
  3.  *    File:        InstallAnAAtom.r -    Rez Source
  4.  *
  5.  *    Author:        Deric Horn
  6.  *
  7.  *    Template for adding Action Atoms.
  8.  *    This contains the necessary type deffinitions to add Action Atoms.
  9.  *
  10.  *    History:    <1>    (12/2/94) Created this file.
  11.  *
  12.  *----------------------------------------------------------------------------*/
  13.  
  14. resource 'inaa'    (actionAtomBase + ID) {
  15.     format1 {
  16.         continueBusyCursors,
  17.         actAfter,
  18.         dontActOnRemove,
  19.         actOnInstall,
  20.         'infn',
  21.         AACodeID,
  22.         targetFileBase + ID,    // pass in the 'infs' resource ID of the target folder Icon file
  23.         MESSAGE
  24.     }
  25. };
  26.